{% extends 'base_dashboard.html' %} {% block title %}Exam session — {{ program.title }}{% endblock %} {% block content %}

Secure exam session

{{ program.title }}

  • • The test opens in a dedicated window (one question at a time).
  • • After the practice question, the real exam goes full screen.
  • • Do not switch tabs, leave the window, or exit full screen — your attempt will be cancelled.
  • • When you finish, results appear here after about {{ program.results_delay_minutes|default:5 }} minutes.

Allow pop-ups for this site if the window does not open.

Back to my certifications
{% endblock %} {% block extra_js %} {% endblock %}